QuickOPC User's Guide and Reference
AttributeDataChanged Event



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UABaseVariable<TValue,TAttribute> Class : AttributeDataChanged Event
Raised when the attribute data of the node have changed.
Syntax
'Declaration
 
Public Event AttributeDataChanged As EventHandler
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim handler As EventHandler
 
AddHandler instance.AttributeDataChanged, handler
public event EventHandler AttributeDataChanged
public:
event EventHandler^ AttributeDataChanged
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also